home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
page1
/
00062.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
236 b
|
15 lines
on startMovie
global returnframe
set returnframe to 0
preLoadCast(4, 12)
end
on mouseDown
global returnframe
put "hi hi"
if the optionDown and not (returnframe = 0) then
go(returnframe)
dontPassEvent()
end if
end